home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
msdos
/
fractal
/
iterat31
/
horshoe3.frm
< prev
next >
Wrap
Text File
|
1993-09-30
|
236b
|
23 lines
;Iterate function file
;by Brent Hugh
;Window defaults
xmin=-.6
xmax=1.2
ymin=0
ymax=1
;Parameter defaults
a=1
b=1
c=2
d=1
mu=.5
;the function
y=(1-a*sqr(c*y-d))
x=b*x*(c*y-d)+mu
;a horseshoe map